home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / busy_burger.swf / scripts / DefineSprite_284 / frame_55 / DoAction.as
Text File  |  2007-01-15  |  202b  |  11 lines

  1. gotoAndStop("diem");
  2. _root.attachMovie("fries","friesmc",302);
  3. _root.friesmc._x = 100;
  4. _root.friesmc._y = 320;
  5. _root.friesmc.onMouseUp = function()
  6. {
  7.    if(_root.girlmc._x < 130)
  8.    {
  9.    }
  10. };
  11.